CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - hough detection

搜索资源列表

  1. Hough-tuoyuan

    2下载:
  2. Hough检测直线,圆,椭圆的代码 其中椭圆是用matlab-Hough line detection, round, oval ellipse code which is used Matlab
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:2537
    • 提供者:郭飞
  1. hough.tar

    0下载:
  2. this the soucecode of edge detection
  3. 所属分类:mpeg/mp3

    • 发布日期:2008-10-13
    • 文件大小:999376
    • 提供者:bill zhou
  1. hough-tuoyuanjiance

    1下载:
  2. 用matlab编写的实现椭圆检测的程序,自己稍微改下就可以-using Matlab prepared by the realization ellipse detection procedures, their own little can be changed under
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:966
    • 提供者:张亮
  1. hough-CL

    0下载:
  2. 一种hough变换对圆的检测的算法,经过检测,可以运行。-hough transform a round of the detection algorithm, through testing, can run.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:15606
    • 提供者:小顾
  1. Houghmaxline

    0下载:
  2. hough最长线段检测-Hough Detection
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1858
    • 提供者:李平强
  1. hough变换代码

    0下载:
  2. hough变换,检测直径为58像素的圆周,-Hough transform, detection diameter of the circumference of 58 pixels, huh
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:57397
    • 提供者:王俊惠
  1. hough 程序例子

    2下载:
  2. hough变换的代码,这个变换可以原来检测直线或圆等图形。-Hough Transform code, can transform the original circular or linear detection, such as graphics.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:3552746
    • 提供者:张婷
  1. Hough变换例子

    0下载:
  2. hough的一个例子,检测直线-Hough An example of the line detection ... ... ...
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:239223
    • 提供者:阿九
  1. hough

    0下载:
  2. hough变换检测直线的程序,用matlab实现-hough transform line detection program, using matlab to achieve
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:1775
    • 提供者:蔡伟
  1. Hough-detection

    1下载:
  2. Matlab遥感道路提取之Hough检测-Matlab to extract the Hough detect remote road
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:112423
    • 提供者:
  1. Hough

    0下载:
  2. Hough检测直线,圆,椭圆的代码,用hough变换实现圆的检测,能完美检测出图像中的圆、直线和椭圆-Hough detection of straight line, circle, ellipse, code, hough transform circle detection can be perfect in the detected image of circles, lines and ellipses
  3. 所属分类:Special Effects

    • 发布日期:2017-11-25
    • 文件大小:2268
    • 提供者:李文
  1. hough-ellipse

    0下载:
  2. hough变换检测椭圆的MATLAB程序-hough detection codes to detect shapes in images
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:695
    • 提供者:苏亚
  1. HOUGH-detection-circle-

    0下载:
  2. MATLAB平台下使用HOUGH变换检测圆的算法-Use HOUGH transform circle detection algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-04-24
    • 文件大小:13480
    • 提供者:单雨嘉
  1. hough

    0下载:
  2. 可用于图像边缘检测,用于区域图形检测,并且包括图像二值化,亮度增强(Can be used for image edge detection, for regional graphics detection, and includes two image value, brightness enhancement)
  3. 所属分类:图形图象

    • 发布日期:2017-12-23
    • 文件大小:2048
    • 提供者:needhk
  1. Hough

    1下载:
  2. 这是一个在VC++环境下编写的Hough变换检测圆代码,可以同时检测多个圆(This is a VC++ environment written in Hough transform detection circle code, you can simultaneously detect multiple circles)
  3. 所属分类:图形图象

    • 发布日期:2017-12-21
    • 文件大小:11787264
    • 提供者:yuem
  1. Hough-circle-detection

    0下载:
  2. 使用霍夫圆检测算法,检测图像中的圆形物体。(Detection the round of image using Hough circle.)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-24
    • 文件大小:44032
    • 提供者:bobby_believe
  1. hough,gabor,Radon,headata,wdcbm2()

    0下载:
  2. 1.从图像中识别几何形状的基本方法;基本原理是在于利用点与线的对偶性,将原始图像空间给定的曲线通过曲线表达形式变为参数空间的一个点,这样就把原始图像中给定的检测问题转化为寻找参数空间的峰值问题。 2.基于Gabor变换的人眼检测MATLAB实现。 3.基于Radon的车牌矫正方法。 4.基于模型函数headata产生不同大小的头模型数据。 5.基于函数wdcbm2()设置图像分层阈值压缩参数,实现图像压缩(The basic method of identifying geometry
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-26
    • 文件大小:4096
    • 提供者:LD1
  1. hough

    0下载:
  2. 可以对图像进行边缘检测,滤波,二值化处理,最后提取图像中的直线。(Edge detection can be carried out on the image, filtering, two value processing, and finally extract the image of the straight line.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-28
    • 文件大小:1024
    • 提供者:dajb
  1. hough检测圆

    0下载:
  2. 机器视觉检测圆程序,基于opencv的vs开发环境下的圆检测程序(Machine vision detection circle program, based on opencv development environment of circle detection program)
  3. 所属分类:Windows编程

    • 发布日期:2018-04-20
    • 文件大小:15674368
    • 提供者:mmmmmmmmmmmmmmm
  1. MATLAB hough变换答题卡识别(GUI,配论文)

    3下载:
  2. 本课题为基于MATLAB的不变矩答题卡识别。可识别学号,学科,答案,并进行分数统计,以及判断是否及格。后台可设置标准excel答案。经过灰度变换形成灰度图像、二值化处理、图像滤波、边缘检测、hough变换等预处理。带GUI交互式界面。(This topic is based on MATLAB moment invariant answer card recognition. Can identify student number, subject, answer, and carry out
  3. 所属分类:图形图像处理

    • 发布日期:2020-02-29
    • 文件大小:3465216
    • 提供者:www.wobishe.com
« 1 2 3 45 6 7 8 9 10 ... 43 »
搜珍网 www.dssz.com